home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / midnightstrike1.swf / scripts / DefineButton2_210 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-04-02  |  173 b   |  8 lines

  1. on(release){
  2.    if(_root.LinkDownload.length != "missing")
  3.    {
  4.       _global.game.snd.playEvent("button_click",1);
  5.       getURL(_root.LinkDownload,"_blank");
  6.    }
  7. }
  8.